From 6fcf8a78efe2847050387f875c53cad6d8adbaec Mon Sep 17 00:00:00 2001 From: Federico Mena Quintero Date: Tue, 4 Dec 2012 18:25:44 -0600 Subject: [PATCH] Remove comments on things that Nautilus no longer needs to do --- gtk/gtkplacessidebar.c | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/gtk/gtkplacessidebar.c b/gtk/gtkplacessidebar.c index 79958a1011..d8ac392298 100644 --- a/gtk/gtkplacessidebar.c +++ b/gtk/gtkplacessidebar.c @@ -40,19 +40,6 @@ * that, Nautilus does the "volume has trash, empty it first?" dance. Cosimo * suggests that this logic should be part of GtkMountOperation, which can * have Unix-specific code for emptying trash. - * - * * Nautilus needs to connect to "drag-action-requested", and call - * nautilus_drag_default_drop_action_for_icons(). - * - * * Nautilus needs to connect to "drag-action-ask", and return the - * appropriate action after running a popup menu. It needs to call - * nautilus_drag_drop_action_ask(). - * - * * Nautilus needs to connect to "drag-perform-drop", and call - * nautilus_file_operations_copy_move() as appropriate. - * nautilus_file_operations_copy_move (uris, NULL, drop_uri, - * real_action, GTK_WIDGET (tree_view), - * NULL, NULL); */ #include "config.h" -- 2.30.2